Icon Services defines constants for a number of standard badges. You can pass one of these constants in the iconType
parameter of the function GetIconRef, for example. For a description of badging, see
Using Badges
.
enum {
kAppleScriptBadgeIcon= FOUR_CHAR_CODE('scrp'),
kLockedBadgeIcon= FOUR_CHAR_CODE('lbdg'),
kMountedBadgeIcon= FOUR_CHAR_CODE('mbdg'),
kSharedBadgeIcon= FOUR_CHAR_CODE('sbdg'),
kAliasBadgeIcon= FOUR_CHAR_CODE('abdg')
};